Bentley Map V8i (SELECTseries 10) Help

SETUP NONE Filter

Syntax: SETUP NONE

This setup filter is used when the script should not handle any graphical elements from a design file at all. This option is used when the script runs on data selected from a table in the database, or is loaded from an ASCII file.

SETUP NONE cannot be used with any SETUP filters except with SETUP SELECT; in this case the script operates on all the records being selected.

Example:



This script reads some coordinates from the database table called “sometable” and places a circle with a radius of 10 at each of these coordinates.